random bit pattern generator - определение. Что такое random bit pattern generator
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое random bit pattern generator - определение

THE PROCESS OF GENERATING A SEQUENCE OF NUMBERS OR SYMBOLS THAT CAN NOT BE REASONABLY PREDICTED BETTER THAN BY RANDOM CHANCE
Random number generator; Random Number Generator; Random Number Generation; Random number generators; Random generator; Randomization function; Randomisation function; Random number selection; Random event generator; Randomizing function; Random Number Generators; Random event generator (consciousness research); Random-number generator; Random number god; Random number theory; Random Number God; Random bit generator
  • alt=

Pseudorandom number generator         
ALGORITHM THAT GENERATES A SEQUENCE OF NUMBERS WHOSE PROPERTIES APPROXIMATE THOSE OF SEQUENCES OF TRUE RANDOM NUMBERS
Pseudorandom number sequence; Pseudorandom number generators; Pseudo-random number generator; Pseudorandom sequence; PN sequences; =rand(); Pseudorandom number generation; Pseudo Random Number Generator; Pseudorandom Number Generator; PN sequence; Pseudo random number generator; DRBG; Psuedo-random number generators; Randint; Rand(); Pseudo-random bit generator; Software PRNG; Software random number generator; Pseudo-random number generation
A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generated sequence is not truly random, because it is completely determined by an initial value, called the PRNG's seed (which may include truly random values).
Hardware random number generator         
DEVICE THAT GENERATES RANDOM NUMBERS FROM PHYSICAL PROCESSES, RATHER THAN BY MEANS OF AN SOFTWARE ALGORITHM
True random number generator; Random device; Entropy pool; TRNG; True Random Number Generator; Hardware random-number generator; HRNG; Non-deterministic random number; Non-deterministic random numbers; FieldREG; Hardware randomness; Hardware RNG; Software whitening; NRBG; Random event generator (parapsychology); HWRNG; Quantum random number generator; Quantum RNG; Quantum phone
In computing, a hardware random number generator (HRNG) or true random number generator (TRNG) is a device that generates random numbers from a physical process, rather than by means of an algorithm. Such devices are often based on microscopic phenomena that generate low-level, statistically random "noise" signals, such as thermal noise, the photoelectric effect, involving a beam splitter, and other quantum phenomena.
Story generator         
TOOL TO GENERATE STORY IDEAS
Random plot generator
A story generator or plot generator is a tool that generates basic narratives or plot ideas. The generator could be in the form of a computer program, a chart with multiple columns, a book composed of panels that flip independently of one another, or a set of several adjacent reels that spin independently of one another, allowing a user to select elements of a narrative plot.

Википедия

Random number generation

Random number generation is a process by which, often by means of a random number generator (RNG), a sequence of numbers or symbols that cannot be reasonably predicted better than by random chance is generated. This means that the particular outcome sequence will contain some patterns detectable in hindsight but unpredictable to foresight. True random number generators can be hardware random-number generators (HRNGs), wherein each generation is a function of the current value of a physical environment's attribute that is constantly changing in a manner that is practically impossible to model. This would be in contrast to so-called "random number generations" done by pseudorandom number generators (PRNGs), which generate numbers that only look random but are in fact pre-determined—these generations can be reproduced simply by knowing the state of the PRNG.

Various applications of randomness have led to the development of different methods for generating random data. Some of these have existed since ancient times, including well-known examples like the rolling of dice, coin flipping, the shuffling of playing cards, the use of yarrow stalks (for divination) in the I Ching, as well as countless other techniques. Because of the mechanical nature of these techniques, generating large quantities of sufficiently random numbers (important in statistics) required much work and time. Thus, results would sometimes be collected and distributed as random number tables.

Several computational methods for pseudorandom number generation exist. All fall short of the goal of true randomness, although they may meet, with varying success, some of the statistical tests for randomness intended to measure how unpredictable their results are (that is, to what degree their patterns are discernible). This generally makes them unusable for applications such as cryptography. However, carefully designed cryptographically secure pseudorandom number generators (CSPRNGS) also exist, with special features specifically designed for use in cryptography.